home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / REPEATS.DOC < prev    next >
Text File  |  1991-04-30  |  1KB  |  26 lines

  1.  
  2. REPEATS                             Michael J. Mefford
  3.  
  4. Purpose:  Checks all directories on a drive and reports all duplicate
  5.           filenames.
  6.  
  7. Format:   REPEATS [d:][/P]
  8.  
  9. Remarks:  While not all duplicate files on a disk are unnecessary, most are.  If
  10.           a hard disk has been in use for some time it is astonishing how many
  11.           outdated versions or outright copies of the same file are currently
  12.           wasting space.
  13.  
  14.           REPEATS lists all identical filenames, together with their directory,
  15.           size, date, and time information, so you can decide which files to
  16.           delete.  The optional /P switch directs the program output
  17.           simultaneously to the screen and to a printer.  As an alternative,
  18.           you could redirect output to a file, DUPS.FND, by using the DOS
  19.           redirection command, thus:
  20.  
  21.           REPEATS > DUPS.FND
  22.  
  23. Notes:    During the time it operates, REPEATS requires 128K of available
  24.           memory.  The program can be terminated prematurely by pressing
  25.           Ctrl-Break.
  26.